home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Canadian Geographic Explorer
/
Canadian Geographic Explorer.iso
/
pc
/
riddler.dxr
/
00017_Num of Players loop script.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-03
|
220 b
|
13 lines
on exitFrame
go(marker(0))
end
on keyDown
global gNumPlayers
set jKey to the keyPressed
if (jKey = "1") or (jKey = "2") or (jKey = "3") then
set gNumPlayers to value(jKey)
go("Enter Name1")
end if
end